The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "number::format"

Number::Format - Perl extension for formatting numbers River stage three • 38 direct dependents • 133 total dependents

These functions provide an easy means of formatting numbers in a manner suitable for displaying to the user. There are two ways to use this package. One is to declare an object of type Number::Format, which you can think of as a formatting engine. Th...

RJBS/Number-Format-1.76 - 26 May 2023 01:00:16 UTC - Search in distribution

Number::Format::Calc River stage zero No dependents

This module makes calculations with formatted numbers transparent. All arithmetric operators and and some arithmetric functions (*sqrt, abs, cos, sin, exp, log*) are overloaded....

HOLLI/Number-Format-Calc-0.21 - 18 Oct 2017 19:40:43 UTC - Search in distribution

Number::Format::Metric - Format number with metric prefix River stage three • 5 direct dependents • 121 total dependents

PERLANCAR/Number-Format-Metric-0.602 - 14 Feb 2023 12:40:57 UTC - Search in distribution

Metabrik::Format::Number - format::number Brik River stage zero No dependents

GOMOR/Metabrik-Repository-1.44 - 11 Aug 2023 15:22:31 UTC - Search in distribution

Number::Format::BigFloat - Format Math::BigFloat number River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Number-Format-BigFloat-0.001 - 09 Dec 2017 11:45:25 UTC - Search in distribution

Number::Format::SouthAsian - format numbers in the South Asian style River stage zero No dependents

KAORU/Number-Format-SouthAsian-0.10 - 04 May 2015 19:32:52 UTC - Search in distribution

Number::Format::FixedLocale - a Number::Format that ignores the system locale River stage zero No dependents

Number::Format is a very useful module, however in environments with many systems it can be a liability due to the fact that it gathers its default settings from the system locale, which can lead to surprising results when formatting numbers in produ...

MITHALDU/Number-Format-FixedLocale-1.121780 - 26 Jun 2012 11:24:03 UTC - Search in distribution

CLDR::Number::Format::Decimal - Localized decimal formatter using the Unicode CLDR River stage one • 7 direct dependents • 9 total dependents

Localized decimal formatter using the Unicode Common Locale Data Repository (CLDR). Methods Any argument that Perl can treat as a number is supported, including infinity, negative infinity, and NaN, which are all localized appropriately. All methods ...

PATCH/CLDR-Number-0.19 - 06 Apr 2016 17:51:34 UTC - Search in distribution

Template::Plugin::Number::Format - Plugin/filter interface to Number::Format River stage one • 4 direct dependents • 6 total dependents

All filters created by Template::Plugin::Number::Format can be configured by constructor options and options that can be passed to individual filters. See "METHODS" in Number::Format for all the details. Constructor Parameters The USE line accepts th...

DARREN/Template-Plugin-Number-Format-1.06 - 30 Mar 2015 13:10:12 UTC - Search in distribution

Format::LongNumber - Format long numbers to human readable view. River stage zero No dependents

* full_value(\%grade_table, $total) Abstract function of the final value Params: %grade_table - hash with dimensions, where the key is a value dimension, and the value is the symbol dimension $total - value to bring us to the desired mean...

MBOGDANOV/Format-LongNumber-0.02 - 01 Feb 2014 10:08:56 UTC - Search in distribution

Number::FormatEng - Format a number using engineering notation River stage one • 1 direct dependent • 1 total dependent

Format a number for printing using engineering notation. Engineering notation is similar to scientific notation except that the power of ten must be a multiple of three. Alternately, the number can be formatted using an International System of Units ...

GSULLIVAN/Number-FormatEng-0.03 - 07 Nov 2017 13:58:40 UTC - Search in distribution
  • convert_eng - Convert numbers to and from engineering notation

Lingua::EN::Number::Format::MixWithWords - Format number to a mixture of numbers and words (e.g. 12.3 million) River stage one • 2 direct dependents • 2 total dependents

This module formats number with English names of large numbers (thousands, millions, billions, and so on), e.g. 1.23e7 becomes "12.3 million". If number is too small or too large so it does not have any appropriate names, it will be formatted like a ...

PERLANCAR/Lingua-EN-Number-Format-MixWithWords-0.08 - 14 Jun 2016 13:46:03 UTC - Search in distribution

Lingua::ID::Number::Format::MixWithWords - Format number to a mixture of numbers and words (e.g. "12,3 juta") River stage one • 1 direct dependent • 1 total dependent

This module formats number with Indonesian names of large numbers (ribu, juta, miliar, triliun, and so on), e.g. 1.23e7 becomes "12,3 juta". If number is too small or too large so it does not have any appropriate names, it will be formatted like a no...

PERLANCAR/Lingua-ID-Number-Format-MixWithWords-0.07 - 14 Jun 2016 13:50:01 UTC - Search in distribution

format-phone-number - Normalize phone number River stage one • 1 direct dependent • 1 total dependent

This utility uses Number::Phone to format the phone number, which supports country-specific formatting rules. The phone number must be an international phone number (e.g. +6281812345678 instead of 081812345678). But if you specify the "default_countr...

PERLANCAR/App-PhoneNumberUtils-0.006 - 13 Sep 2022 03:47:17 UTC - Search in distribution

Text::MessageFormat - Language neutral way to display messages River stage zero No dependents

Text::MessageFormat is a Perl version of Java's java.text.MessageFormat and aims to be format-compatible with that class. MesageFormat provides a means to produce concatenated messages in language-neutral way. Use this to construct messages displayed...

MIYAGAWA/Text-MessageFormat-0.01 - 20 Aug 2002 21:35:09 UTC - Search in distribution

HTML::FormFu::Filter::FormatNumber - Convert a formatted number from a known locale River stage two • 13 direct dependents • 25 total dependents

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution

CatalystX::I18N::Role::NumberFormat - Support for I18N number formating River stage zero No dependents

This role add support for localised numbers to your Catalyst application. All methods are lazy. This means that the values will be only calculated upon the first call of the method....

MAROS/CatalystX-I18N-1.14 - 14 Jan 2018 13:42:44 UTC - Search in distribution

Data::Unixish::num - Format number River stage two • 9 direct dependents • 51 total dependents

PERLANCAR/Data-Unixish-1.573 - 09 Jan 2024 00:05:33 UTC - Search in distribution

HTML::Template::Compiled::Plugin::NumberFormat - Number::Format plugin for HTML::Template::Compiled River stage zero No dependents

This plugin implements escapes ("filters") for easy use and tag names if you need more arguments. use HTML::Template::Compiled::Plugin::NumberFormat; my $plugin = HTML::Template::Compiled::Plugin::NumberFormat->new({ formatter => Number::Format->new(...

TINITA/HTML-Template-Compiled-Plugin-NumberFormat-0.02 - 23 Nov 2012 17:48:24 UTC - Search in distribution
4,970 results (0.188 seconds)